-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-19572. [ABFS][BugFix][CP 3.4.2] Empty Page Issue on Subsequent ListBlob call with NextMarker #7709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…call with NextMarker (apache#7698) Contributed by Anuj Modi Reviewed by Anmol Asrani, Manish Bhatt, Manika Joshi Signed off by Anuj Mod<anujmodi@apache.org>
|
Hi @steveloughran @ahmarsuhail Running checks and tests on this branch. Will merge once test results are ready. |
|
🎊 +1 overall
This message was automatically generated. |
|
:::: AGGREGATED TEST RESULT :::: ============================================================
|
Description of PR
We came across a new behavior from the server where a ListBlob call can return an empty list even after returning a next marker(continuation token) from a previous list call.
This is to handle that case and do not imply listing to be incomplete.
How was this patch tested?
Existing Test Suite ran, and new tests are added.